AssetColorProperty

data class AssetColorProperty(val property: String, val value: Color, val defaultValue: Color) : AssetProperty

A class that represents a color asset property.

Parameters

property

the name of the property.

value

the current value of the property.

defaultValue

the default value of the property if it is not set.

Constructors

Link copied to clipboard
constructor(property: String, value: Color, defaultValue: Color)

Properties

Link copied to clipboard
Link copied to clipboard
open override val property: String
Link copied to clipboard